[INFO] cloning repository https://github.com/Farjad/tapandbook
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Farjad/tapandbook" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFarjad%2Ftapandbook", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFarjad%2Ftapandbook'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f10673b9857be2e05153fd15c319600d9138b8f2
[INFO] checking Farjad/tapandbook against try#21cad1f647cfd05a566220f933edd88a53e50bcf for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFarjad%2Ftapandbook" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Farjad/tapandbook
[INFO] finished tweaking git repo https://github.com/Farjad/tapandbook
[INFO] tweaked toml for git repo https://github.com/Farjad/tapandbook written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Farjad/tapandbook on toolchain 21cad1f647cfd05a566220f933edd88a53e50bcf
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Farjad/tapandbook already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 96b4e87ec6fa02cbf7329a34f12ec01c6fd8c8f8a659aefd674c6f56ac4774a2
[INFO] running `Command { std: "docker" "start" "96b4e87ec6fa02cbf7329a34f12ec01c6fd8c8f8a659aefd674c6f56ac4774a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "96b4e87ec6fa02cbf7329a34f12ec01c6fd8c8f8a659aefd674c6f56ac4774a2" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "96b4e87ec6fa02cbf7329a34f12ec01c6fd8c8f8a659aefd674c6f56ac4774a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "96b4e87ec6fa02cbf7329a34f12ec01c6fd8c8f8a659aefd674c6f56ac4774a2" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.168
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking value-bag v1.10.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling bigdecimal v0.4.7
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]     Checking cpufeatures v0.2.16
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling anyhow v1.0.94
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling cc v1.2.3
[INFO] [stderr]     Checking tinyvec v1.8.0
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking unicode_categories v0.1.1
[INFO] [stderr]     Checking crc v3.2.1
[INFO] [stderr]     Checking crossbeam-queue v0.3.11
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]     Checking unicode-bidi v0.3.17
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking whoami v1.5.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking ordered-float v3.9.2
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking hdrhistogram v7.5.4
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling thiserror v2.0.6
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling prettyplease v0.2.25
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling ref-cast v1.0.23
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]     Checking event-listener-strategy v0.5.3
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling unicase v2.8.0
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]     Checking sqlformat v0.2.6
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking brotli-decompressor v4.0.1
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking rmp v0.8.14
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking futures-lite v2.5.0
[INFO] [stderr]     Checking sonic-simd v0.1.0
[INFO] [stderr]     Checking sonic-number v0.1.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]    Compiling tempfile v3.14.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]    Compiling ubyte v0.10.4
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking headers v0.4.0
[INFO] [stderr]    Compiling document-features v0.2.10
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling protobuf v3.7.1
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking brotli v7.0.0
[INFO] [stderr]     Checking rustls-pki-types v1.10.0
[INFO] [stderr]     Checking clap_builder v4.5.23
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking iri-string v0.7.7
[INFO] [stderr]     Checking ipnet v2.10.1
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]     Checking libyml v0.0.5
[INFO] [stderr]    Compiling serde_derive v1.0.216
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling inherent v1.0.11
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling ouroboros_macro v0.18.4
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling sea-bae v0.2.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling prost-derive v0.13.4
[INFO] [stderr]    Compiling sea-orm-macros v1.1.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling sea-query-derive v0.4.2
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.6
[INFO] [stderr]    Compiling axum-macros v0.4.2
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.23
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]     Checking zstd v0.13.2
[INFO] [stderr]     Checking ouroboros v0.18.4
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]    Compiling validator_derive v0.19.0
[INFO] [stderr]    Compiling prost v0.13.4
[INFO] [stderr]    Compiling axum_typed_multipart_macros v0.13.2
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]     Checking protobuf-support v3.7.1
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling prost-types v0.13.4
[INFO] [stderr]    Compiling sea-schema-derive v0.3.0
[INFO] [stderr]     Checking async-io v2.4.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]    Compiling common-derive v0.1.0 (/opt/rustwide/workdir/common-derive)
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]    Compiling ts-rs-macros v10.1.0
[INFO] [stderr]     Checking prost v0.12.6
[INFO] [stderr]     Checking pin-project v1.1.7
[INFO] [stderr]     Checking clap v4.5.23
[INFO] [stderr]     Checking num_enum v0.7.3
[INFO] [stderr]    Compiling prost-build v0.13.4
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking faststr v0.2.27
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking quick-xml v0.37.1
[INFO] [stderr]     Checking sonic-rs v0.3.17
[INFO] [stderr]     Checking rmp-serde v1.3.0
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking serde_qs v0.13.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking tokio v1.42.0
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]    Compiling common v0.1.0 (/opt/rustwide/workdir/common)
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking serde_html_form v0.2.6
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking publicsuffix v2.3.0
[INFO] [stderr]     Checking ts-rs v10.1.0
[INFO] [stderr]     Checking validator v0.19.0
[INFO] [stderr]     Checking sea-query v0.32.1
[INFO] [stderr]     Checking cookie_store v0.21.1
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]     Checking axum-serde v0.7.0
[INFO] [stderr]     Checking sea-schema v0.16.0
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking async-compression v0.4.18
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking sea-orm-cli v1.1.2
[INFO] [stderr]     Checking async-std v1.13.0
[INFO] [stderr]     Checking sqlx-core v0.8.2
[INFO] [stderr]     Checking h2 v0.4.7
[INFO] [stderr]     Checking tower v0.5.1
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tower-http v0.6.2
[INFO] [stderr]     Checking sqlx-postgres v0.8.2
[INFO] [stderr]     Checking hyper v1.5.1
[INFO] [stderr]     Checking sqlx v0.8.2
[INFO] [stderr]     Checking sea-query-binder v0.7.0
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking sea-orm v1.1.2
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.9
[INFO] [stderr]     Checking sea-orm-migration v1.1.2
[INFO] [stderr]     Checking tapandbook-tenants-migration v0.1.0 (/opt/rustwide/workdir/tapandbook-tenants/migration)
[INFO] [stderr]     Checking tapandbook-permissions-migration v0.1.0 (/opt/rustwide/workdir/tapandbook-permissions/migration)
[INFO] [stderr]     Checking tapandbook-bookings-migration v0.1.0 (/opt/rustwide/workdir/tapandbook-bookings/migration)
[INFO] [stdout] warning: unused import: `sea_query::*`
[INFO] [stdout]  --> tapandbook-tenants/migration/src/m20241127_185436_seed_games_data.rs:1:37
[INFO] [stdout]   |
[INFO] [stdout] 1 | use sea_orm_migration::{prelude::*, sea_query::*};
[INFO] [stdout]   |                                     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sea_query::*`
[INFO] [stdout]  --> tapandbook-tenants/migration/src/m20241127_185436_seed_games_data.rs:1:37
[INFO] [stdout]   |
[INFO] [stdout] 1 | use sea_orm_migration::{prelude::*, sea_query::*};
[INFO] [stdout]   |                                     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking axum_typed_multipart v0.13.2
[INFO] [stderr]     Checking axum-extra v0.9.6
[INFO] [stderr]     Checking tonic v0.12.3
[INFO] [stdout] warning: variant `Schedule` is never constructed
[INFO] [stdout]   --> tapandbook-tenants/migration/src/m20241202_001840_create_tournaments.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | enum Tournaments {
[INFO] [stdout]    |      ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 69 |     Schedule,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `sea_orm_migration::prelude::SimpleExpr`
[INFO] [stdout]   --> tapandbook-tenants/migration/src/m20241127_185436_seed_games_data.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | /         Expr::val("c0924926-e6b9-40e4-97b7-e51832041c55")
[INFO] [stdout]  9 | |             .cast_as(Alias::new("uuid"))
[INFO] [stdout] 10 | |             .into(),
[INFO] [stdout]    | |___________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<sea_orm_migration::prelude::SimpleExpr as Into<sea_orm_migration::prelude::SimpleExpr>::into(val) to avoid triggering this lint
[INFO] [stdout]    = note: `#[deny(self_type_conversion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `sea_orm_migration::prelude::SimpleExpr`
[INFO] [stdout]   --> tapandbook-tenants/migration/src/m20241127_185436_seed_games_data.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | /         Expr::val("4c281fee-b90b-4aab-9fab-6de06bcfb5ee")
[INFO] [stdout] 12 | |             .cast_as(Alias::new("uuid"))
[INFO] [stdout] 13 | |             .into(),
[INFO] [stdout]    | |___________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<sea_orm_migration::prelude::SimpleExpr as Into<sea_orm_migration::prelude::SimpleExpr>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `sea_orm_migration::prelude::SimpleExpr`
[INFO] [stdout]   --> tapandbook-tenants/migration/src/m20241127_185436_seed_games_data.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | /         Expr::val("684a1081-d1d9-4ac1-8ca1-a199abc32311")
[INFO] [stdout] 15 | |             .cast_as(Alias::new("uuid"))
[INFO] [stdout] 16 | |             .into(),
[INFO] [stdout]    | |___________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<sea_orm_migration::prelude::SimpleExpr as Into<sea_orm_migration::prelude::SimpleExpr>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `sea_orm_migration::prelude::SimpleExpr`
[INFO] [stdout]   --> tapandbook-tenants/migration/src/m20241127_185436_seed_games_data.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | /         Expr::val("75df4bd2-3a6e-4d5c-babc-595bf814901b")
[INFO] [stdout] 18 | |             .cast_as(Alias::new("uuid"))
[INFO] [stdout] 19 | |             .into(),
[INFO] [stdout]    | |___________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<sea_orm_migration::prelude::SimpleExpr as Into<sea_orm_migration::prelude::SimpleExpr>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `sea_orm_migration::prelude::SimpleExpr`
[INFO] [stdout]   --> tapandbook-tenants/migration/src/m20241127_185436_seed_games_data.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | /         Expr::val("fda73eba-7c68-410b-86ab-f5a956a1f4ee")
[INFO] [stdout] 21 | |             .cast_as(Alias::new("uuid"))
[INFO] [stdout] 22 | |             .into(),
[INFO] [stdout]    | |___________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<sea_orm_migration::prelude::SimpleExpr as Into<sea_orm_migration::prelude::SimpleExpr>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `sea_orm_migration::prelude::SimpleExpr`
[INFO] [stdout]   --> tapandbook-tenants/migration/src/m20241127_185436_seed_games_data.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | /         Expr::val("276853ae-78f9-424c-9faf-679fb65f7cf8")
[INFO] [stdout] 24 | |             .cast_as(Alias::new("uuid"))
[INFO] [stdout] 25 | |             .into(),
[INFO] [stdout]    | |___________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<sea_orm_migration::prelude::SimpleExpr as Into<sea_orm_migration::prelude::SimpleExpr>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tapandbook-tenants-migration` (lib test) due to 6 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: variant `Schedule` is never constructed
[INFO] [stdout]   --> tapandbook-tenants/migration/src/m20241202_001840_create_tournaments.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | enum Tournaments {
[INFO] [stdout]    |      ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 69 |     Schedule,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `sea_orm_migration::prelude::SimpleExpr`
[INFO] [stdout]   --> tapandbook-tenants/migration/src/m20241127_185436_seed_games_data.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | /         Expr::val("c0924926-e6b9-40e4-97b7-e51832041c55")
[INFO] [stdout]  9 | |             .cast_as(Alias::new("uuid"))
[INFO] [stdout] 10 | |             .into(),
[INFO] [stdout]    | |___________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<sea_orm_migration::prelude::SimpleExpr as Into<sea_orm_migration::prelude::SimpleExpr>::into(val) to avoid triggering this lint
[INFO] [stdout]    = note: `#[deny(self_type_conversion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `sea_orm_migration::prelude::SimpleExpr`
[INFO] [stdout]   --> tapandbook-tenants/migration/src/m20241127_185436_seed_games_data.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | /         Expr::val("4c281fee-b90b-4aab-9fab-6de06bcfb5ee")
[INFO] [stdout] 12 | |             .cast_as(Alias::new("uuid"))
[INFO] [stdout] 13 | |             .into(),
[INFO] [stdout]    | |___________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<sea_orm_migration::prelude::SimpleExpr as Into<sea_orm_migration::prelude::SimpleExpr>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `sea_orm_migration::prelude::SimpleExpr`
[INFO] [stdout]   --> tapandbook-tenants/migration/src/m20241127_185436_seed_games_data.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | /         Expr::val("684a1081-d1d9-4ac1-8ca1-a199abc32311")
[INFO] [stdout] 15 | |             .cast_as(Alias::new("uuid"))
[INFO] [stdout] 16 | |             .into(),
[INFO] [stdout]    | |___________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<sea_orm_migration::prelude::SimpleExpr as Into<sea_orm_migration::prelude::SimpleExpr>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `sea_orm_migration::prelude::SimpleExpr`
[INFO] [stdout]   --> tapandbook-tenants/migration/src/m20241127_185436_seed_games_data.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | /         Expr::val("75df4bd2-3a6e-4d5c-babc-595bf814901b")
[INFO] [stdout] 18 | |             .cast_as(Alias::new("uuid"))
[INFO] [stdout] 19 | |             .into(),
[INFO] [stdout]    | |___________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<sea_orm_migration::prelude::SimpleExpr as Into<sea_orm_migration::prelude::SimpleExpr>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `sea_orm_migration::prelude::SimpleExpr`
[INFO] [stdout]   --> tapandbook-tenants/migration/src/m20241127_185436_seed_games_data.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | /         Expr::val("fda73eba-7c68-410b-86ab-f5a956a1f4ee")
[INFO] [stdout] 21 | |             .cast_as(Alias::new("uuid"))
[INFO] [stdout] 22 | |             .into(),
[INFO] [stdout]    | |___________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<sea_orm_migration::prelude::SimpleExpr as Into<sea_orm_migration::prelude::SimpleExpr>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `sea_orm_migration::prelude::SimpleExpr`
[INFO] [stdout]   --> tapandbook-tenants/migration/src/m20241127_185436_seed_games_data.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | /         Expr::val("276853ae-78f9-424c-9faf-679fb65f7cf8")
[INFO] [stdout] 24 | |             .cast_as(Alias::new("uuid"))
[INFO] [stdout] 25 | |             .into(),
[INFO] [stdout]    | |___________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<sea_orm_migration::prelude::SimpleExpr as Into<sea_orm_migration::prelude::SimpleExpr>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tapandbook-tenants-migration` (lib) due to 6 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "96b4e87ec6fa02cbf7329a34f12ec01c6fd8c8f8a659aefd674c6f56ac4774a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96b4e87ec6fa02cbf7329a34f12ec01c6fd8c8f8a659aefd674c6f56ac4774a2", kill_on_drop: false }`
[INFO] [stdout] 96b4e87ec6fa02cbf7329a34f12ec01c6fd8c8f8a659aefd674c6f56ac4774a2
